projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e011968
)
(eval-after-load): Add lisp-indent-function for it.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Oct 1996 21:51:39 +0000
(21:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Oct 1996 21:51:39 +0000
(21:51 +0000)
lisp/emacs-lisp/lisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp-mode.el
b/lisp/emacs-lisp/lisp-mode.el
index e3266c924d739dc67780232cf9d05b557af58844..4eae1943d99c4903320b919fc4e26a572a716a3e 100644
(file)
--- a/
lisp/emacs-lisp/lisp-mode.el
+++ b/
lisp/emacs-lisp/lisp-mode.el
@@
-592,6
+592,7
@@
of the start of the containing expression."
(put 'condition-case 'lisp-indent-function 2)
(put 'unwind-protect 'lisp-indent-function 1)
(put 'with-output-to-temp-buffer 'lisp-indent-function 1)
+(put 'eval-after-load 'lisp-indent-function 1)
(defun indent-sexp (&optional endpos)
"Indent each line of the list starting just after point.